MMNotes.remove()
Description
Removes the specified key (and its value) from the specified Design Notes file.
Arguments
fileHandle, keyName
The first argument is the file handle returned by
MMNotes.open()
.
The second argument is a string containing the name of the key to be removed.
Returns
A Boolean value indicating whether the operation was successful.